From: Juergen Gross Date: Mon, 28 Aug 2017 07:34:00 +0000 (+0200) Subject: xen/arch/x86/io_apic.c: remove custom_param() error messages X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~1551 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=8bf71a2b76c14469af69131969a21365aa0003fd;p=xen.git xen/arch/x86/io_apic.c: remove custom_param() error messages With _cmdline_parse() now issuing error messages in case of illegal parameters signalled by parsing functions specified in custom_param() the message issued by setup_ioapic_ack() can be removed. Signed-off-by: Juergen Gross Acked-by: Jan Beulich --- diff --git a/xen/arch/x86/io_apic.c b/xen/arch/x86/io_apic.c index f767c4560c..f959090ca0 100644 --- a/xen/arch/x86/io_apic.c +++ b/xen/arch/x86/io_apic.c @@ -1594,10 +1594,7 @@ static int __init setup_ioapic_ack(const char *s) ioapic_ack_forced = true; } else - { - printk("Unknown ioapic_ack value specified: '%s'\n", s); return -EINVAL; - } return 0; }